home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / v11n02.zip / PCREMOT2.DOC < prev    next >
Text File  |  1992-01-02  |  5KB  |  102 lines

  1. PCREMOT2
  2.  
  3. Terry Lahman and Kevin Sims             January 28, 1992 (Utilities)
  4.  
  5. Purpose:     Allows the remote (home) PC to control the keyboard and
  6. monitor the screen of the host (office) computer, via modems or a
  7. null-modem cable. Only text-mode programs can be run on the host, but
  8. two-way file-transfer capabilities are provided through a modified
  9. version of ZCOPY.COM (Utilities, February 28, 1989). Includes a SETUP
  10. program that stores all configuration parameters in PCREMOT2.COM.
  11.  
  12. Format:    PCREMOT2 [/M] [/#] [/B#] [/D] [/S] [/N] [/U] [/?]
  13.  
  14. Remarks:     Entered with default parameters, PCREMOT2 becomes an 8K
  15. TSR on the host (controlled) computer, using COM 1, 1,200 bits per
  16. second, no CGA desnowing, and a default password of "PC Magazine".
  17. The /M parameter executes the program on the remote (home) machine,
  18. and /# accepts values of 1 through 4 for the COM port assignment.
  19. (If used, /3 or /4 must not share an interrupt with other devices.)
  20. Baud rates are: /B1 (1,200); /B2 (2,400); /B3 (4,800) or /B4
  21. (9,600) bps. Used with a modem connection (the remote unit prompts
  22. for and then dials the number), the host will automatically reduce
  23. speed to match that of the remote machine.
  24.  
  25.      The /D parameter should only be used if necessary to eliminate
  26. snow on older CGA hosts, and the /S parameter displays an ASCII 2
  27. character to indicate that PCREMOT2 is active. For null-modem cable
  28. connections, the /N parameter must be specified on both machines, as
  29. must a common /B# speed. The /U parameter installs the TSR and the /?
  30. provides a syntax help screen.
  31.  
  32.      The SETUP program provides for permanent (updatable)
  33. configuration of all parameters, change of password (up to 20
  34. characters), entry of special modem-initialization strings (up to 30
  35. characters), and change of the default Alt-key combinations. Alt-C
  36. retransmits the host screen to overcome phone-line noise; Alt-S shells
  37. the remote unit to DOS; Alt-X exits the program. 
  38.  
  39.      Alt-T initiates file transfers, which can only be done when the
  40. host is displaying the DOS prompt and ZCOPY.COM is on its PATH. Full
  41. prompts are provided for filename(s) (DOS wildcards are supported)
  42. and for source and destination file paths. Files cannot be renamed
  43. during transfer. Applications in graphics mode (including Windows) are
  44. not supported. Previous PCREMOTE versions must be updated on both host
  45. and remote machines. 
  46.  
  47.  
  48.  
  49. A Sample Session with PCREMOT2
  50.  
  51. The following is a step-by-step guide to using PCREMOT2:
  52.  
  53. ON THE HOST COMPUTER:
  54.  
  55. Run SETUP, configure for host mode, and verify that the modem COM port
  56. and baud rate are set correctly. Make sure you save the configuration
  57. (SETUP option 14). The next time you run PCREMOT2 there will be no
  58. need to reconfigure.
  59.  
  60. Verify that PCREMOT2 and ZCOPY are stored in a directory listed on the
  61. host computer's PATH. (Type PATH to see the current PATH. If the directory
  62. containing the two programs in not on your PATH, modify the PATH command
  63. in your AUTOEXEC.BAT or move the programs to one of the directories on
  64. the PATH.)
  65.  
  66. Execute PCREMOT2. The program will now be resident on the host.
  67. If desired, the host monitor screen can be turned off to prevent
  68. burn-in over long periods of inactivity.
  69.  
  70. ON THE REMOTE COMPUTER:
  71.  
  72. Run SETUP, configure for manned mode, and verify that the modem COM
  73. port and baud rate are set correctly.
  74.  
  75. When prompted, enter the phone number of the office (host) computer.
  76.  
  77. After the modems connect, the host sends the "Enter password:" prompt
  78. to the remote computer.
  79.  
  80. Enter the password. (The default is "PC Magazine".) Any data that now
  81. appears on the host computer's screen will be displayed on the remote
  82. screen, as well.
  83.  
  84. Now you should experiment with PCREMOT2. If you enter DIR, for example,
  85. you'll find that scrolling appears a little strange at first.
  86.  
  87. Start a text application, such as a word processor or a utility
  88. program.
  89.  
  90. With the application still active, press Alt-X and exit PCREMOT2. The
  91. modems will hang up and the call will be terminated.
  92.  
  93. Execute PCREMOT2 and dial back into the host. The application will
  94. still be on-screen, executing normally. (Thus, you can start a program
  95. that has a long execution time, hang up the phone, and dial back later
  96. to see whether the program has finished its task.)
  97.  
  98. Terminate the application or shell out from it so that you see the
  99. host's DOS prompt on the remote screen. Press Alt-T and follow the
  100. very explicit prompts to transfer a file or two between machines.
  101.  
  102. When you're finished, press Alt-X and exit PCREMOT2.